|
|
|
BlueCielo Meridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions |
This event occurs after the document workflow state of a document has been changed.
Syntax
Private Sub AMUIExtension_AfterChangeWFState(
ByVal CurrentObject As Object,
ByVal Source As AMEDM.DWF_STATES,
ByVal Target As AMEDM.DWF_STATES,
ByVal Person As String)
Name | Description |
---|---|
CurrentObject |
The document object (AMDocument object) |
Source |
The previous state of the document |
Target |
The new state of the document |
Person |
The user name of the To Do person in the new state |
Remarks
The equivalent VBScript event is the ChangeWFState script event. See the Meridian Enterprise Configuration Guide for more information.
Copyright © 2000-2013 BlueCielo ECM Solutions |